projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a428f7
)
(init_lread): Init Vload_file_name to Qnil.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 23 May 1996 16:16:12 +0000
(16:16 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 23 May 1996 16:16:12 +0000
(16:16 +0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index be43d7f2959cf1fdb685d67ed724f597d3e2c90c..c1f9a48cfb5a38c6d154bc24df2c5a296fdb23f7 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-2353,6
+2353,7
@@
init_lread ()
Vvalues = Qnil;
load_in_progress = 0;
+ Vload_file_name = Qnil;
load_descriptor_list = Qnil;
}